inherited PixSessionFrame: TPixSessionFrame HelpType = htKeyword HelpKeyword = 'Picture_Compare_Rules' Caption = 'Comparison' object ToleranceLbl: TUiLabel Left = 8 Top = 128 Height = 13 Caption = 'Tolerance:' end object DiffPictureEdit: TUiRadioGroup Left = 8 Top = 8 Width = 409 Height = 113 Caption = 'Difference' Items.WideStrings = ( 'None' 'Tolerance' 'Range' 'Binary Operation') TabOrder = 0 OnClick = SomethingChangedClick end object ToleranceEdit: TUiSpinEdit Left = 8 Top = 144 Width = 50 Height = 21 Max = 255 TabOrder = 1 OnChange = SomethingChangedClick end object BinaryOpEdit: TUiRadioGroup Left = 8 Top = 128 Width = 409 Height = 33 Caption = 'Binary operation' Columns = 3 Items.WideStrings = ( 'XOR' 'AND' 'OR') TabOrder = 2 OnClick = SomethingChangedClick end end